home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / disk / misc / diskimage.lha / zlib-library.readme < prev    next >
Text File  |  2002-04-04  |  1KB  |  36 lines

  1. Short:    Shared library for zlib-(de)compression (68k/WOS)
  2. Uploader: achimste@gmx.de (Achim Stegemann)
  3. Author:   achimste@gmx.de (Achim Stegemann)
  4. Type:     util/libs
  5. Version:  3.0
  6.  
  7. Requires minimum an MC68020.
  8.  
  9. Purpose:
  10. Many programmers would like to implement zlib-compression features to their
  11. application, but this may not be as easy for beginners. The source-code for zlib
  12. can be found on many servers, but you have to implement the code on your own.
  13. This is the first shared zlib-library for the Amiga that supports the PowerPC !!
  14.  
  15. Support:
  16. The library has been compiled from the latest zlib-version 1.1.3.
  17. It supports 68k and PPC (WarpOS !!) in one library !
  18.  
  19. Copyright:
  20. The zlib compression technique is copyrighted by Jean-Loup Gailly and Mark Adler.
  21. This library is based on their code.
  22.  
  23. Sorry folks, but MorphOS and PowerUP is NOT supported !
  24.  
  25. This library is FREEWARE, so use it as you like it !!
  26.  
  27. The archive contains developer stuff for C-programmers for the StormC-compiler.
  28.  
  29. Please send bugreports to the email above.
  30.  
  31. Also visit http://soft-ware.de/dalmanac for more information about the zlib.library.
  32.  
  33. Changes since V2.0:
  34. * Added a function to read the uncompressed length of a compressed gzip-file.
  35. * Added linker lib.
  36.